home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Sonic / FlashRadio.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(release).as
Text File  |  1999-03-05  |  233b  |  14 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../GenreText")
  4.    {
  5.       gotoAndStop("Alternative");
  6.       tellTarget("../../")
  7.       {
  8.          gotoAndStop("Alternative");
  9.          play();
  10.       }
  11.       play();
  12.    }
  13. }
  14.